/*
Theme Name: Baseline
Theme URI: http://baseline.truetoneenterprises.com/
Description: A baseline Wordpress theme that incorporates the Blueprint CSS framework, 960 GS framework in JQuery
Version: 1.1
Author: Tony Thomas
Author URI: http://anthonygthomas
Tags: Blueprint, 960 GS, JQuery

	Baseline v 1.1
	 http://anthonygthomas.com

	This theme was designed and built by Tony Thomas,
	whose blog you will find at http://anthonygthomas.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Superfish menus included:
	http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started
	
	JQuery included:
	http:jquery.com
	
	Blueprint CSS included:
	http://blueprintcss.org/
	
	960 Grid System included:
	http://960.gs

***** Table of Contents *****

1.0 HTML Tags
2.0 Images
3.0 Navigation
4.0 Search
5.0 Content
6.0 Sidebar

*/
html, body{
	padding: 0;
	margin: 0;
}
#content{
width:800px;
}
.text-labs{
margin-top: 21px; float: left; width: 470px; margin-left: 25px;
}

.text-labs h4{
text-align:left;
border-bottom:0;
font-size:20px;

}
.thumbnail-labs{
float:left;
width:304px;
}
a{
	text-decoration: none;
}
.project img{
max-width:800px
}

.project{
text-align:center;
}
@font-face {
    font-family: 'OratorStdMedium';
    src: url('oratorstd-webfont.eot');
    src: url('oratorstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('oratorstd-webfont.woff') format('woff'),
         url('oratorstd-webfont.ttf') format('truetype'),
         url('oratorstd-webfont.svg#OratorStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OratorStdSlanted';
    src: url('oratorstd-slanted-webfont.eot');
    src: url('oratorstd-slanted-webfont.eot?#iefix') format('embedded-opentype'),
         url('oratorstd-slanted-webfont.woff') format('woff'),
         url('oratorstd-slanted-webfont.ttf') format('truetype'),
         url('oratorstd-slanted-webfont.svg#OratorStdSlanted') format('svg');
    font-weight: normal;
    font-style: normal;

}
p{
 font-family: arial narrow,arial, sans-serif;
  /*  font-size: 14px;
    letter-spacing: 1px;
    line-height: 23px;*/


        font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.9rem;
	
	
}
#page {
	top: 35%;
	  width: 620px;
	  position: relative;
}
#header{
 height: 100%;
    position: fixed;
    width: 100%;
 
}

#header a{
   z-index: 1000;
   position:relative;
  font-family: 'OratorStdMedium', Arial Narrow, Arial, sans-serif;
   font-size: 16px;
}

hr{
background:#f1f1f1;
margin:0px;
}
body, html{
width:100%;
height:100%;
background-color: #F1F1F1;
}

/***** 1.0 HTML Tags *****/
h1, h2, h3, h4, h5, h6 {
	  font-family: 'OratorStdMedium', Arial Narrow, Arial, sans-serif;
	  text-align: center;
	  border-bottom: 1px solid;
	
}

/***** 2.0 Images *****/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img {
	padding:0px;
}

/***** 3.0 Navigation *****/
.nav a {
	font-weight:bold;
}

h1 a, h2 a {text-decoration:none;}

/***** 4.0 Search *****/
.screen-reader-text {
	display:none;
}

/***** 5.0 Content *****/
div#content ul, div#content ol {
	list-style-position: inside;
}

/***** 6.0 Sidebar *****/
#sidebar ul {
	list-style:none;
}

.info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color:#FFFFFF;
	font-size:10px;
	font-style: italic;
	background-color: #666;
	background-image: url(../gallery/media/arrow_info.gif);
	background-repeat: no-repeat;	
	background-position: 162px 18px;
	display: none;
}
#grid-content div:hover .info {
//display: block;
}
#grid-content div:hover .newprojects {
display:none;
}
.info h2 {
	margin: 0;
	//margin-top: 32%;
	color: #fff;
	font-size:21px;
	font-weight: normal;
	font-style:normal;

	padding: 20px 25px 4px;
	border: 0px;
	  text-decoration: underline;
}
.info span {
	padding: 0 10px 0 10px;
}
.entry {
	border-bottom: 1px dotted; margin-bottom: 28px;
}
.entry h3{
	text-align: left;
	border: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

#page{
width: 800px;
}